home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / system / ffg202.zip / UTIL_BAT.ZIP / VIDLINES.BAT < prev    next >
DOS Batch File  |  1994-10-23  |  488b  |  18 lines

  1. @echo off
  2. ::cls
  3. ::echo This changes the number of video lines to 25, 43, or 50.
  4. ::echo Press any key to execute...
  5. if %1.==/?. goto USAGE
  6.   ffg /q /1 c:\* /v%1
  7.   goto END
  8. :USAGE
  9.   echo USAGE: %0  [25/43/50]
  10.   echo.
  11.   echo    25 = 25 video lines
  12.   echo    43 = 43 video lines on EGA or VGA
  13.   echo    50 = 50 video lines on VGA
  14.   echo.
  15.   echo    if ## lines is not specified, display lines will be toggled between
  16.   echo    25 lines and 43/50 (depending on EGA/VGA).
  17. :END
  18.